داستان آبیدیک

key value pair


فارسی

1 کامپیوتر و شبکه:: key-value pair

The SortedList collection stores key-value pairs in the ascending order of key by default. Method Description void Add(object key, object value) Add key-value pairs into SortedList. void Remove(object key) Removes element with the specified key. void RemoveAt(int index) Removes element at the specified index. bool Contains(object key) Checks whether specified key exists in SortedList. void Clear() Removes all the elements from SortedList. object GetByIndex(int index) Returns the value by index stored in internal array object GetKey(int index) Returns the key stored at specified index in internal array int IndexOfKey(object key) Returns an index of specified key stored in internal array int IndexOfValue(object value) Returns an index of specified value stored in internal array Add elements in SortedList: Use the Add() method to add key-value pairs into a SortedList. So when you add key-value pair, it runs a binary search using the key to find an appropriate index to store a key and value in respective arrays. SortedList stores the key-value pairs in ascending order of the key.

واژگان شبکه مترجمین ایران


معنی‌های پیشنهادی کاربران

نام و نام خانوادگی
شماره تلفن همراه
متن معنی یا پیشنهاد شما
Captcha Code